home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gcc / ixml000t.rdm < prev    next >
Text File  |  1996-05-20  |  2KB  |  52 lines

  1. Short:    IXemul 43.0 - 68000 trace library
  2. Author:   various
  3. Uploader: fnf@ninemoons.com
  4. Type:     dev/gcc
  5.  
  6. This is ixemul.library release 43.0, a shared library that makes it possible
  7. to compile and run most Unix programs under AmigaOS with almost no changes.
  8. IXemul is part of the ADE (Amiga Developer's Environment), a community
  9. effort to produce a complete development environment that is stable,
  10. available in source, and completely self-hosting.  See the ADE readme file
  11. at ftp://ftp.ninemoons.com/pub/ade/README for more details about ADE.
  12.  
  13. This release of IXemul integrates Jeff Shepherd's networking code.  If
  14. ixnet.library (included) is installed then ixemul.library will use the
  15. networking functions from the ixnet.library, instead of the default dummy
  16. implementation.  Ixnet.library works with AS225 and with AmiTCP.  It
  17. supports both clients and daemons.  A program that uses networking functions
  18. is completely shielded from the AS225 and AmiTCP differences by
  19. ixnet.library, which will take care of all the details for you. That means
  20. that there is no longer any need to provide two different binaries, one for
  21. AS225 and one for AmiTCP.  Furthermore, it is relatively easy to add support
  22. for other network packages. Thanks Jeff!
  23.  
  24. This release also contains new stackchecking and stack extension code,
  25. thanks to Matthias Fleischer, and support for the freshly completed port of
  26. GDB (the GNU Debugger).  Thanks Hans!
  27.  
  28. The net ixemul library distribution consists of several archives:
  29.  
  30.   ixemul-bin.lha    Utils for gnu/bin, like ixtrace and ixconfig
  31.  
  32.   ixemul-sdk.lha    Files needed to build applications that use
  33.             ixemul.library.
  34.  
  35.   ixemul-doc.lha    Various documentation, such as this file
  36.  
  37.   ixemul-src.lha    Complete source code for ixemul library
  38.  
  39.   ixemul-tz.lha        Pieces for doing TZ (timezone) management
  40.  
  41.   ixemul-CCCF.lha    Specific flavors of the library, where 'CCC'
  42.             is one of 000, 020, 030, or 040, for 68000, 68020,
  43.             68030, and 68040 respectively, and 'F' is either
  44.             'f', 's', or 't' for FPU support or soft floating
  45.             point or a "trace" version (also soft float)
  46.             respectively.
  47.  
  48. For further information consult the NEWS, INSTALL, README and TODO files in
  49. the documentation archive.
  50.  
  51. -Fred Fish  (fnf@ninemoons.com)
  52.